From 519066d2e0f3b0966a50091fa0377f4f06b07a94 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 19 May 1993 03:51:26 +0000 Subject: [PATCH] (x_set_menu_bar_lines): Fix typo in last change. --- src/xfns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xfns.c b/src/xfns.c index 3e272cae31f..0aa98ed41a1 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -899,7 +899,7 @@ x_set_menu_bar_lines (f, value, oldval) most of the commands try to apply themselves to the minibuffer frame itslef, and get an error because you can't switch buffers in or split the minibuffer window. */ - if (FRAME_MINBUF_ONLY_P (f)) + if (FRAME_MINIBUF_ONLY_P (f)) return; if (XTYPE (value) == Lisp_Int) -- 2.30.2